From: Christoph Scholtes Date: Wed, 18 May 2011 03:00:08 +0000 (-0600) Subject: * menu.c: Include limits.h (fixes the MS-Windows build broken by X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~1554^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8e1f5610993de1a9522fcdca2225bc7544acc4c1;p=emacs.git * menu.c: Include limits.h (fixes the MS-Windows build broken by revision 2011-05-18T00:52:24Z!eggert@cs.ucla.edu). --- diff --git a/src/ChangeLog b/src/ChangeLog index 227da56a250..643317e9fa3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-18 Christoph Scholtes + + * menu.c: Include limits.h (fixes the MS-Windows build broken by + revision 104625). + 2011-05-18 Paul Eggert Fix some integer overflow issues, such as string length overflow.